Data Structure Recipes

These recipes show you how to add structured data to your JavaScript.

User-Defined Objects

Try it...


Introducing Arrays
Try it...


Sorting Arrays
Try it...
View source


Strings to Arrays and Back
Try it...
View source


Strings to Arrays and Back II
Try it...
View source


Strings in Place of Arrays
Try it...
View source


Stacks
Try it...
View source


Queues
Try it...
View source


Matrix Reduction
Try it...
View source